This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Sven Fezboosigenlen 21.Aug.03 09:54 PM a Web browser Applications Development6.0.1 CF1Windows 98
In order to get better performance we replaced some @DbColumn("":"NoCache";...) statements by @DbColumn("":"ReCache";...) statements. Now we have several issues where "ReCache" doesn't work as expected.
I'm not yet sure but it looks like "ReCache" doesn't work if the field is a CWC field (computed when composed). I'm aware that CWC fields will not calculate a second time, but I expected that a value from a just previousely saved document will be included in the result of @DbColumn("":"ReCache";...) if a new document is created.
If I set "ReCache" back to "NoCache" the application works ok.